home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 31 / CD Expert nº 31 Unreal Mission Pack I.iso / PetWings / petwings.exe / PetWings.exe / RCDATA / 176 < prev    next >
Text File  |  1999-08-04  |  401b  |  42 lines

  1. STOP 100
  2.  
  3. SET_FRAME 0
  4. SET_BULLET_OFFSET 0,22
  5.  
  6. // Going down
  7. STOP 67
  8.  
  9. // While going up...
  10. STOP 15
  11.  
  12. LABEL 1
  13.  
  14. // Wait for Small photon
  15. REPEAT 12
  16. STOP 4
  17. REPEAT_END
  18.  
  19. // Wait for Big photon
  20. REPEAT 12
  21. STOP 4
  22. REPEAT_END
  23.  
  24. // While Lazering...
  25.  
  26. STOP 25
  27. SET_FRAME 1
  28. STOP 25
  29.  
  30. REPEAT 15
  31.   SHOOT 106
  32.   STOP 20
  33. REPEAT_END
  34.  
  35. STOP 25
  36. SET_FRAME 0
  37. STOP 25
  38.  
  39. STOP 80
  40.  
  41. GOTO_LABEL 1
  42.